Skip to content

ci: Replace local RL scanner with reusable action#1028

Merged
kailash-b merged 1 commit into
masterfrom
feat/SDK-9494
Jun 9, 2026
Merged

ci: Replace local RL scanner with reusable action#1028
kailash-b merged 1 commit into
masterfrom
feat/SDK-9494

Conversation

@kailash-b

@kailash-b kailash-b commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Changes

Migrates the ReversingLabs (RL) malware scan from this repo's local composite action to the shared, maintained reusable action in auth0/devsecops-tooling, so all Auth0 SDKs use one common scanner.

  • .github/workflows/rl-secure.yml: The "Run RL Scanner" step now uses auth0/devsecops-tooling/.github/actions/rl-scan@main instead of the local ./.github/actions/rl-scanner. Two new required secrets were added to the workflow_call definition: SIGNAL_HANDLER_DOMAIN and PRODSEC_PYTHON_TOOLS_REPO.
  • .github/workflows/release.yml: Wired the two new secrets (SIGNAL_HANDLER_DOMAIN, PRODSEC_PYTHON_TOOLS_REPO) into all three rl-scanner-* job calls.
  • .github/actions/rl-scanner/action.yml: Deleted - the shared reusable action fully replaces it, and there are no remaining references in the repo.

References

Testing

This is a CI/workflow-only change with no library code impact. It can only be fully validated by triggering the release workflow (workflow_dispatch or a merged release/* PR) and confirming the RL scan job runs and passes against the shared action.

  • This change adds unit test coverage - N/A (CI workflow change)
  • This change adds integration test coverage - N/A (CI workflow change)
  • This change has been tested on the latest version of the platform/language or why not - to be verified via the release workflow run

Checklist

@kailash-b kailash-b requested a review from a team as a code owner June 8, 2026 09:00
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.94%. Comparing base (8d7b954) to head (d92dc1e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1028   +/-   ##
=======================================
  Coverage   31.94%   31.94%           
=======================================
  Files        2788     2788           
  Lines      110955   110955           
  Branches     6506     6506           
=======================================
  Hits        35450    35450           
  Misses      73639    73639           
  Partials     1866     1866           
Flag Coverage Δ
authIntTests 2.96% <ø> (ø)
mgmtIntTests 30.71% <ø> (ø)
unittests 0.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kailash-b kailash-b merged commit 2a30950 into master Jun 9, 2026
10 checks passed
@kailash-b kailash-b deleted the feat/SDK-9494 branch June 9, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants